Hello,
We’re seeing some elevated errors in our logs today starting around 10:40AM EST.
When attempted to add notes to incidents, we’re occasionally seeing errors like the following:
<html>
<head><title>400 Request Header Or Cookie Too Large</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center>Request Header Or Cookie Too Large</center>
<hr><center>nginx</center>
</body>
</html>
The error, while clear in what it’s unhappy about, is a bit confusing because A: We see this sporadically, not consistently and B: As of now, I’m unable to determine anything different between the requests outside of the content of the message body itself - and nginx is complaining about header/cookie length, not body.
Additionally, nothing in the API Docs specifies a limit on note length, further confusing me as to the root of this issue. https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1incidents~1{id}~1notes/post
Any help would be beneficial
Thank you!